Skip to main content

1.4 Examples postman

test.postman_collection.json

{
"info": {
"_postman_id": "941df107-3f26-4391-ac60-c57f63fea2bc",
"name": "test",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "31699535"
},
"item": [
{
"name": "get_transactions_log",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://tms-stage-api.smartoneclub.com/get_transactions_log?start_date=2020-01-01&page=1&per_page=5&merchant_id=000000000000002&terminal_id=10004235&end_date=2024-01-01",
"protocol": "https",
"host": [
"tms-stage-api",
"smartoneclub",
"com"
],
"path": [
"get_transactions_log"
],
"query": [
{
"key": "start_date",
"value": "2020-01-01"
},
{
"key": "page",
"value": "1"
},
{
"key": "per_page",
"value": "5"
},
{
"key": "merchant_id",
"value": "000000000000002"
},
{
"key": "terminal_id",
"value": "10004235"
},
{
"key": "end_date",
"value": "2024-01-01"
}
]
}
},
"response": []
}
],
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "931770cd12e949679fb8c1e91eec8d43",
"type": "string"
}
]
},
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"packages": {},
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"packages": {},
"exec": [
""
]
}
}
]
}